home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSound("ReturnB")
- repeat with x = 1 to 2
- set the castNum of sprite 7 to the number of cast "RETURN.GIF"
- updateStage()
- startTimer()
- repeat while the timer < 15
- nothing()
- end repeat
- set the castNum of sprite 7 to the number of cast "RETURNW.GIF"
- updateStage()
- startTimer()
- repeat while the timer < 15
- nothing()
- end repeat
- end repeat
- go("none fade")
- end
-